required field css

32

/* style all elements with a required attribute */
:required {
  background: red;
}

Comments

Submit
0 Comments